c standard library meaning in Chinese
c标准函式库
Examples
- Method in the c standard library
方法与c标准库中的 - Most modern c standard libraries , like the libc library running the bsds and the glibc running gnu linux systems , have the posix locale mechanism built in
大多数当代c标准库,如运行在bds上的libc库和运行在gnu / linux系统上的glibc ,都内建了posix locale机制。 - The message text returned by raiserror can be built using string substitution functionality similar to the printf function of the c standard library , whereas print can only return a character string or character expression
Raiserror所返回的消息正文可以使用类似于c标准库中的printf函数的字符串替换功能来生成,然而print只能返回字符串或字符表达式。